OpenRoads Designer CONNECT Edition SDK Help

CalculateTangentParabola(ProfileElement, ProfileParabolaConstructor.PointAndGrade) Method

Calculates parabola data from thru point and grade at thru point

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static  ProfileParabola CalculateTangentParabola( ProfileElement elmt, ProfileParabolaConstructor.PointAndGrade thruPointAndGrade)

Parameters

SettingDescription
  ProfileElement The profile element which the created profile parabola is tangent to.
  ProfileParabolaConstructor.PointAndGrade The through passing point of the parabola and grade

Return Value

ProfileParabola Calculated solutions cli::array

See Also